home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-03 | 1.1 KB | 32 lines | [TEXT/GEOL] |
- Item 6971642 2-Oct-89 18:27
-
- From: D0830 Avalon Group, Rudulph Burger,PRT
-
- To: D2086 Efficient Field Svc, C Faith,PRT
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re {ObjApp} problems
-
- Actually, Execute is behaving the same (undesirable) way in both cases. I
- believe you'll find that if you change one of the lines in DoMABuild script
- from:
- execute MABuild "{1}" "{2}" "{3}" "{4}" > Dev:StdOut ≥≥ Dev:StdOut
- to:
- execute MABuild "{4}" "{3}" "{2}" "{1}" > Dev:StdOut ≥≥ Dev:StdOut
-
- the results will still be the same; that is, you'll still get:
- DoMABuild Parameters MyProgram -Sym
- MABuild Parameters MyProgram -Sym
-
- No change is observed because Execute swallows the parameter list as its own
- before passing control to the first listed item. When MABuild is executed,
- it's still looking at the parameters passed to DoMABuild, not the ones
- swallowed by Execute.
-
- I've run into this problem myself, and I think it's time for the peasants to
- revolt!
-
- Russ Brenner
-
-